StytchSDKUsageError

data class StytchSDKUsageError(val message: String) : StytchError

An error that occurs when an SDK method is called with invalid input

Constructors

Link copied to clipboard
fun StytchSDKUsageError(message: String)

Properties

Link copied to clipboard
open override val message: String